
body{
    font-family: Helvetica, arial;
    margin: 0;

  }

.abt-container{
  width: 100%;
}

.abt-div{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  column-gap: 3%;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;

}

  .abt-img {

    flex: 1;
  }


.abt-text{
  flex-direction: column;
    flex: 1;
    display: flex;
}
h1{
  margin-bottom: 5%;
  flex: 1;
    font-size: 56px;
    color: #000a61;

}
.abt-p{
  margin-bottom: 5%;
    flex: 1;
    line-height: 25px;
    font-size: 16px;

}
.button-learn-more{
  flex: 1;


}
button{
  flex: 1;
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
    height: 35px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    background-color: #000a61;
    color: #ffffff;
    border: none;
}
.container {
  margin-left: auto;
  margin-right: auto;
    margin-top: 100px;
    width: 90%;
    padding: 20px;
  }

  .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .card {
    margin-left: 24px;
    flex: 1;
    background-color: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
  }

  .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .card-content {
    font-size: 16px;
    line-height: 1.5;
  }

  .image-container {
    width: max-content;

    text-align: center;
    margin-top: 20px;
  }

  img {
width: 100%;  }

  .container2 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
   }

   @media (max-width: 700px){
    h1{
      margin-top: 5%;
      font-size: 32px;
      margin-bottom: 5%;
    }
    .abt-p{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 5%;

    }
    .abt-div{
      display: block;
    }
    .card-container{
      flex-direction: column;
      row-gap: 20px;
    }
    .container2, .container{
      margin-left: auto;
     margin-right: auto;
    }
    .card-content{
      font-size: 14px;
      line-height: 1.25;
    }
   }